home *** CD-ROM | disk | FTP | other *** search
-
- /*
- #define TFTP_TIMEOUT 5
-
- This is the number of seconds to time out whilst
- waiting for a tftp packet
-
- Set it if you do not want the default value (5)
- */
-
- /*
- #define BOOTP_RETRIES 10
-
- This is th enumber of times to retry the bootp request.
- Set this to a smaller value than the default (10) if
- you want to quickly progress to boot from the floppy
- if the server doesn't respond
- */
-
- /*
- #define CONFIG_IRQ 5
-
- The IRQ to use. Not always used.
- */
-
- /*
- #define CONFIG_IOADDR 0x280
- The port io address. This is usually important.
- */
-
- /*
- #define CONFIG_HADDR 0xd000
- The hardware address for shared ram.
- */
-
- /*
- #define CONFIG_EXTRA 0
- Sometime used for dma channel number.
- */
-
- /*
- #undef BROADCAST0
- Set this if you wish to broadcast with 0.0.0.0 instead
- of 255.255.255.255
- */
-
- /* Set one of the following depending on your adaptor
-
- #define NET8003
- #define NET3COM
- */
-
- #define NET8003
-
-